C I M T

C

compareTo(Integer) - Method in class java.lang.Integer
= a positive integer, 0, or a negative integer, depending on whether this Integer is greater than, equal to, or less than i.

I

Integer - class java.lang.Integer.
An instance ``wraps'' (or contains) a value of primitive type int.
Integer(int) - Constructor for class java.lang.Integer
An object that wraps value v.
intValue() - Method in class java.lang.Integer
= the value of this Integer.

M

MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.

T

toString() - Method in class java.lang.Integer
= a String representation of this Integer.

C I M T